Merged
Conversation
Closed
Contributor
Author
|
@odow can you take a look? |
odow
reviewed
Oct 1, 2021
odow
reviewed
Oct 1, 2021
| "test_objective_qp_ObjectiveFunction_zero_ofdiag", # MOI.ListOfModelAttributesSet | ||
| "test_objective_set_via_modify", | ||
| "test_quadratic_nonconvex_constraint_integration", | ||
| "test_solve_ObjectiveBound_MAX_SENSE_LP", # ObjectiveBound invalid |
Member
There was a problem hiding this comment.
The quantity of failing tests here isn't good :(
You should try with
model = MOI.Bridges.full_bridge_optimizer(
MOI.Utilities.CachingOptimizer(
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
Mosek.Optimizer(),
),
Float64,
)
MOI.Test.runtests(model, MOI.Test.Config())That should add a cache for all of the names etc.
Contributor
Author
There was a problem hiding this comment.
added a third group of tests for this
blegat
added a commit
that referenced
this pull request
Dec 3, 2021
* cherry-pick 7cfeba6 * fix: interval bound with infinite bound value * Fixes to pass MOI v0.9.9 tests * Revert "Temporarily remove REDUCTION_CERTIFICATE" This reverts commit f35b419. * Add missing methods for variable primal start * Remove support for VectorOfVariables-in-SDP constraints (#53) * Remove support for VectorOfVariables-in-SDP constraints * Update Julia version in .travis.yml * Fixes * Fixes * Bump minimum MOI version * Update with_optimizer in README * Fix unbounded check * Remove support for ZeroOne (#58) * Fix solutions for conic problems with starting values (#67) * Rename MosekModel to Optimizer (#68) * Moi 10 (#75) * remove deprecated calls * start MOI 10 * enumerate tests * no basis status * add quadratic * regroup all runtests * deprecated call * cached test * Travis -> Github actions (#83) * Implement MOI.SolverVersion (#79) * Implement MOI.SolverVersion * Update Project.toml * Throw error when setting name of matrix variable (#82) * Throw error when setting name of matrix variable * Add test * Exclude failing integer tests Co-authored-by: ulfw <ulf.worsoe@mosek.com> Co-authored-by: Mathieu Besançon <mathieu.besancon@gmail.com> Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
start upgrading Mosek to MOI 0.10